TOMLParserException

Exception thrown during the parsing of TOML document.

class TOMLParserException : TOMLException {}

Members

Properties

position
auto position [@property getter]

Gets the position (line and column) where the parsing expection has occured.

Meta